@charset "utf-8";
/* CSS Document */
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-primary {
    color: #fff;
    background-color: #e7cd8a;
    border-color: #e7cd8a;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.layui-layer .layui-layer-title {
    background-color: #3db0f3;
    color: #fff;
}
.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}
.uploadify-button {
    display: inline-block;
    margin: 5px 15px;
    border: 1px solid #808080;
    background-color: #707070;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 18px;
    font-size: 12px;
    font-weight: 600;
    font-family: '微软雅黑';
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}
.file-remove, .file-download {
    cursor: pointer;
    line-height: 24px;
    padding: 0 10px;
    float: right;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-download:before {
    content: "\f019";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}
.fa-upload:before {
    content: "\f093";
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.wangEditor-container .wangEditor-txt{
	min-height:200px;
}

.input-group-addon:hover {
    background-color: #fff;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-addon {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    top:0;
    right:0;
    position: absolute;
    cursor: pointer;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}


.combobox li{
	text-align: left;
}

/*提示*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}




.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/*radio,checkbox,switch*/
.checkbox input[type=checkbox],
.radio input[type=radio],
.switch input[type=checkbox] {
	opacity:0;
	position:absolute;
	z-index:1;
	width:18px;
	height:18px;
	cursor:pointer
}
.checkbox label input[type=checkbox],
.radio label input[type=radio],
.switch label input[type=checkbox] {
	z-index:-100!important;
	width:1px!important;
	height:1px!important;
	clip:rect(1px,1px,1px,1px);
	position:absolute
}
.checkbox input[type=checkbox]:checked,
.checkbox input[type=checkbox]:focus,
.radio input[type=radio]:checked,
.radio input[type=radio]:focus,
.switch input[type=checkbox]:checked,
.switch input[type=checkbox]:focus {
	outline:0!important
}
.checkbox input[type=checkbox]+.lbl,
.radio input[type=radio]+.lbl,
.switch input[type=checkbox]+.lbl {
	position:relative;
	display:inline-block;
	margin:0;
	line-height:20px;
	min-height:18px;
	min-width:18px;
	font-weight:400;
	cursor:pointer
}
.checkbox input[type=checkbox]+.lbl::before,
.radio input[type=radio]+.lbl::before {
	cursor:pointer;
	font-family:fontAwesome;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	content:"\a0";
	background-color:#FAFAFA;
	border:1px solid #C8C8C8;
	box-shadow:0 1px 2px rgba(0,0,0,.05);
	border-radius:0;
	display:inline-block;
	text-align:center;
	height:16px;
	line-height:14px;
	min-width:16px;
	margin-right:1px;
	position:relative;
	top:-1px
}
.checkbox input[type=checkbox]:checked+.lbl::before,
.radio input[type=radio]:checked+.lbl::before {
	display:inline-block;
	content:'\f00c';
	color:#32A3CE;
	background-color:#F5F8FC;
	border-color:#ADB8C0;
	box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1)
}
.checkbox input[type=checkbox].disabled+.lbl::before,
.checkbox input[type=checkbox]:disabled+.lbl::before,
.checkbox input[type=checkbox][disabled]+.lbl::before,
.radio input[type=radio].disabled+.lbl::before,
.radio input[type=radio]:disabled+.lbl::before,
.radio input[type=radio][disabled]+.lbl::before {
	background-color:#DDD!important;
	border-color:#CCC!important;
	box-shadow:none!important;
	color:#BBB
}
.radio input[type=radio]+.lbl::before {
	border-radius:100%;
	font-size:10px;
	font-family:FontAwesome;
	text-shadow:0 0 1px #32A3CE;
	line-height:16px;
	height:18px;
	min-width:18px
}
.radio input[type=radio]:checked+.lbl::before {
	content:"\f111"
}
.checkbox input[type=checkbox].input-lg+.lbl::before,
.switch input[type=checkbox].input-lg+.lbl::before {
	border-radius:4px;
	font-size:16px;
	height:24px;
	line-height:21px;
	min-width:24px;
	top:auto
}
.radio input[type=radio].input-lg+.lbl::before {
	font-size:14px;
	height:24px;
	line-height:22px;
	min-width:24px;
	top:auto
}
.switch{
	display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    position: relative;
	height: 24px;
}
.switch label{
	margin-bottom: 0;
	height: 24px;
}
.switch input[type=checkbox] {
	width:55px;
	height:25px
}
.switch input[type=checkbox]+.lbl {
	margin:0 4px;
	min-height:24px
}
.switch input[type=checkbox]+.lbl::before {
	content:"ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
	color:#999;
	text-shadow:0 0 0 #999;
	font-weight:400;
	font-size:11px;
	line-height:19px;
	height:20px;
	overflow:hidden;
	border-radius:12px;
	background-color:#F5F5F5;
	-webkit-box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.15);
	border:1px solid #CCC;
	text-align:left;
	float:left;
	padding:0;
	width:52px;
	text-indent:-21px;
	margin-right:0;
	-webkit-transition:text-indent .25s ease;
	-o-transition:text-indent .25s ease;
	transition:text-indent .25s ease;
	top:auto
}
.switch input[type=checkbox]+.lbl::after {
	content:'III';
	font-size:12px;
	font-weight:400;
	letter-spacing:0;
	color:#AAA;
	text-shadow:none;
	background-color:#FFF;
	border-radius:100%;
	width:22px;
	height:22px;
	line-height:22px;
	text-align:center;
	position:absolute;
	top:-2px;
	left:-3px;
	-webkit-box-shadow:0 1px 1px 1px rgba(0,0,0,.3);
	box-shadow:0 1px 1px 1px rgba(0,0,0,.3);
	-webkit-transition:left .25s ease;
	-o-transition:left .25s ease;
	transition:left .25s ease
}
.switch input[type=checkbox]:checked+.lbl::before {
	text-indent:8px;
	color:#FFF;
	text-shadow:0 0 0 #FFF;
	background-color:#8AB2C9;
	border-color:#6A8CA8
}
.switch input[type=checkbox]:checked+.lbl::after {
	left:34px;
	background-color:#FFF;
	color:#98A0A5
}
.switch input[type=checkbox]+.lbl[data-lbl]::before {
	content:attr(data-lbl)
}
.input-group-addon{
	cursor: pointer;
}
.input-group-addon:hover{
	background-color: #fff;
}
.ztree.ztree-form{
	position: absolute;
	height: 200px;
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,.15);
	border-radius:4px;
	overflow-x:hidden;
	display: none;
	z-index: 99999999;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
